Make sure that when new keywords are compiled, we see them
authorEric S. Raymond <esr@snark.thyrsus.com>
Fri, 19 Mar 1993 21:48:09 +0000 (21:48 +0000)
committerEric S. Raymond <esr@snark.thyrsus.com>
Fri, 19 Mar 1993 21:48:09 +0000 (21:48 +0000)
immediately.

lisp/finder.el

index 6eb8c1880ab056f6bf3be086f0b804aba0b0c7fc..5be96e85b21ac5c4483a2185ed6b4c649373ccc4 100644 (file)
@@ -121,6 +121,7 @@ arguments compiles from `load-path'."
        (or dirs load-path))
       (insert "))\n\n(provide 'finder-inf)\n")
       (kill-buffer "*finder-scratch*")
+      (eval-current-buffer) ;; So we get the new keyword list immediately
       (basic-save-buffer)
       )))